翻訳と辞書
Words near each other
・ QuickSynergy
・ QuickTime
・ QuickTime Alternative
・ QuickTime Animation
・ QuickTime Broadcaster
・ QuickTime File Format
・ QuickTime for Java
・ Quickborn, Dithmarschen
・ Quickborn-Preis
・ Quickbrowse
・ QuickBus
・ QuickC
・ QuickCam
・ QuickCheck
・ Quickclear
QuickDB ORM
・ QuickDex
・ QuickDraw
・ Quickdraw
・ Quickdraw (disambiguation)
・ QuickDraw (video game)
・ QuickDraw 3D
・ QuickDraw GX
・ Quicken
・ Quicken Forbidden
・ Quicken Interchange Format
・ Quicken Loans
・ Quicken Loans Arena
・ Quicken Loans National
・ Quicken the Heart


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

QuickDB ORM : ウィキペディア英語版
QuickDB ORM

QuickDB is an object-relational mapping framework for the Java software platform. It was developed by Diego Sarmentero along with others and is licensed under the LGPL License. Versions for .NET, Python and PHP are also being developed.
== Concepts ==
QuickDB allows a developer to focus on the definition of the entities that represent the tables of the database and perform operations that allow the interaction between these entities and the database without having to perform tedious configurations, leaving to the library the task to infer the object structure and make the mapping of the object to the Database.
The software aims not only to simplify the task of mapping the attributes between a traditional relational database and the objects from the data model, but in turn, make the use of the library intuitive for the developer, leaving aside configuration tasks. Where each operation involves only the task (save, modify, ...) and the subject where it should apply to (the object).
QuickDB, like other tools for object-relational mapping, seeks to resolve the differences between the two co-existing data models: ''Object-Oriented Model'' and the ''Relational Model''. To address this problem, it takes a fully object-oriented approach, where structures like "Objects composed of other objects", "Inheritance", "Collections" (one-to-many and many-to-many) are recognized by default as common entities, and also other features such as automatic table creation and modification of tables dynamically if the structure of the object change over time (addition of new attributes) are included. QuickDB not require the implementation of any interface, or the use of inheritance by the data model to be persistent, it is based simply on certain naming conventions for attributes to infer relevant information about the Object. However, it is possible to use annotations to set certain characteristics of the object, which gives the assurance that everything that QuickDB recognize by default, can be also managed completely by the developer. For queries, QuickDB pretends to maintain this approach where the developer works with the data model in a fully object-oriented way, and therefore the SQL statements (although they are permitted) are not necessary, and can be used by default a Query system where the condition to be evaluated is specified with a simple reference to the attributes in the objects from the data model.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「QuickDB ORM」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.